*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* @font-face {
	font-family: SourceHanSansCN-Normal;
	font-weight: bold;
	src: url("../fonts/SourceHanSansCN-Normal.otf");
}

@font-face {
	font-family: SourceHanSansCN-Normal;
	font-weight: bold;
	src: url("../fonts/SourceHanSansCN-Normal.otf");
}
 */
body {
	font-weight: normal;
	margin: 0 auto;
	font-size: 12px;
	font-family: SourceHanSansCN-Normal;
	line-height: normal;
	position: relative;
	background: #fff !important;
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul {
	list-style: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	display: block;
}

h2,
h4 {
	font-weight: normal;
}

a {
	color: #05a;
	text-decoration: none;
	transition: all .5s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hidden {
	display: none;
}

.moreBox {
	display: none;
}

.flex {
	display: flex;
}

.img_c .pc:hover img{
	transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.video_c.img_c:hover img{
	transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.w100 {
	width: 100%;
}

.content {
	width: 90%;
	margin: 0 auto;
}

input::-webkit-input-placeholder {
	color: #333;
	font-family: 微软雅黑;
  }
  input::-moz-input-placeholder {
	color: #333;
	font-family: 微软雅黑;
  }
  input::-ms-input-placeholder {
	color: #333;
	font-family: 微软雅黑;
  }
textarea::-webkit-input-placeholder {
	color: #333;
	font-family: 微软雅黑;
  }
  textarea::-moz-input-placeholder {
	color: #333;
	font-family: 微软雅黑;
  }
  textarea::-ms-input-placeholder {
	color: #333;
	font-family: 微软雅黑;
  }

  .a_12{
	  color: #fff;
  }
  .down ul{
	  padding-top: 11px;
  }
.bghj_s{
	display: none;
}
.bghj_p{
	display: flex;

}
.header {
	background-color: #000;

	/* position: absolute; */
	z-index: 999;
}
.n_banner{
	position: relative;
	height: calc(100vh - 92px);
}
.header .content {
	justify-content: space-between;
	align-items: center;
}

.header .nav ul li {
	margin: 0 10px;
	padding: 25px 20px;
	font-size: 17px;
	position: relative;
}

.header .nav ul li a {
	color: #fff;
}

.swiper-container1 {
	height: calc(100vh - 92px);
	overflow: hidden;
	position: relative;
}
.swiper-container2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.click_search{
	border: 0;
}
.project_c{
	width: 100%;
	height: 1000px;
}
.project_c

.swiper-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container .swiper-slide {
	position: relative;
}

.swiper-container .swiper-slide .text {
	position: absolute;
	width: 60%;
	height: 30%;
	top: 40%;
	left: 20%;
	color: #fff;
	text-align: center;
}

.swiper-container .swiper-slide .text h1 {
	font-size: 58px;
	font-weight: 600;
}

.swiper-container .swiper-slide .text h5 {
	font-size: 38px;
	margin-top: 50px;
}

.project {
	margin-top: 100px;
}

.content .title {
	justify-content: space-between;
	align-items: flex-end;

}
.title{
	margin-bottom: 50px;
}
.content .title h1 {
	font-size: 80px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}
.content .title h1 br{
	display: none;
}

.content .title span {
	font-size: 24px;
	color: #666;
	font-weight: 100;
	margin-left: 30px;
	letter-spacing: 10px;
}

.content .title a {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	/*2021/11/30修改*/
	margin-bottom: 5px;
}

.project_img {
	flex-wrap: wrap;
}
.swiper-container{
	overflow: hidden;
}
.img_c {
	width: 32.5%;
	position: relative;
	margin-right: 1.25%;
	margin-top: 1.25%;
	overflow: hidden;
}

.img_c:nth-child(3n) {
	margin-right: 0;
}
.logo img{
	width: 80%;
}

/*修改过*/
.img_c img {

	top: 0;
	left: 0;
	/*width: 30vw;*/
	width: 100%;
	/*height: 100%;*/
	height: 20vw;
	object-fit: cover;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
	max-height: 600px;
}
.publtcation_img .img_c img{
	height: 100%;
	width: 100%;
}
.video_c.img_c img{
	height: 100%;
	width: 100%;
}
.awards .img_c img{
	height: 100%;
	width: 100%;
}
.awards .img_c .black h5{
	padding-top: 0;
}

.img_c:hover img {
	transform: scale(1.1);

	-ms-transform: scale(1.1);
}

.img_c .black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	flex-flow: column;
	display: none;
	transition: all 0.6s linear;
	-ms-transition: all 0.8s;
}

.img_c .black h5 {
	font-size: 34px;
	text-align: center;
	font-weight: 700;
	padding-top: 30%;
}

.img_c .black p {
	font-size: 20px;
	text-align: center;
}

.img_c:hover .black {
	display: block;
	transition: all 0.6s linear;
}

.news {
	margin-top: 100px;
}

.news_flex {
	flex-wrap: wrap;
	margin-top: 50px;
}

.news_flex .news_c {
	width: 49%;
	margin: 0 0.5%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
.news_c a{
	color: #000;
}
.news_c .news_l {
	width: 40%;
	overflow: hidden;
}

.news_c .news_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
	max-height: 194px;
}

.news_c .news_l img:hover {
	transform: scale(1.1);

	-ms-transform: scale(1.1);
}

.news_c .news_r {
	padding-top: 2%;
	padding-left: 50px;
	width: 60%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);

}

.news_c .news_r h5 {
	font-size: 22px;
	font-weight: 700;
}

.news_c .news_r h2 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
	min-height: 48px;
	padding-right: 50px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_c .news_r p {
	font-size: 13px;
	font-weight: 500;
	margin-top: 30px;
}

.news_c .news_r a {
	padding: 10px;
	background-color: #000;
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}
.news_c .news_r span {
	padding: 10px;
	background-color: #000;
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}

.news_c .news_r span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.news_c .news_r span img:hover {
	transform: scale(1.1);

	-ms-transform: scale(1.1);
}

.publtcation {
	margin-top: 100px;

}

.publtcation_img>.img_c {
	width: 16%;
	margin-right: .8%;
	border: 1px solid #e1e1e1;
}

.publtcation_img>.img_c:nth-child(6) {
	margin-right: 0;
}

.publtcation_img>.img_c .black {
	align-items: flex-end;
	flex-flow: inherit;
}

.publtcation_img>.img_c .black h5 {
	font-size: 20px;
	margin-bottom: 20px;

}

.footer {
	background-color: #000;
	margin-top: 100px;
	padding-bottom: 20px;
}

.ewm {
	justify-content: center;
	padding-top: 100px;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ewm .ewm_c {
	margin-right: 100px;
}

.ewm .ewm_c:last-child {
	margin-right: 0;
}

.ewm .ewm_c p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;

}

.foot_data,.backups {
	margin-top: 50px;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;


}

.foot_data p,
.backups p {
	margin-right: 30px;
}

.foot_data p:last-child {
	margin-right: 0;
}

.backups p:last-child {
	margin-right: 0;
}

.project_img2 .img_c {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 1.25%;
}

.project_img2 .img_c:nth-child(3n) {
	margin-right: 0;
}

.project_img2 .img_c .black {
	flex-flow: column;
	align-items: flex-end;
	text-align: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
	justify-content: flex-end;
}

.project_img2 .img_c .black h5 {
	width: 100%;
	/*修改 和首页字体一样*/
	/*font-size: 24px;*/
	padding-top: 30%;
}

.project_img2 .img_c .black p {
	width: 100%;
	/*margin-top: 10px;*/
}

.ss {
	position: relative;
	width: 30%;
}

.ss input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	padding-left: 20px;
}

.ss img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 34px;
	height: 34px;

}
.click_search {
	border: 0;
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 34px;

	background-color: #fff;
}

.project_img3 .img_c {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 1.25%;
}

.project_img3 .img_c:nth-child(3n) {
	margin-right: 0;
}

.title p {
	font-size: 20px;
	color: #666;
	margin-top: 15px;
}

.content .title.title1 h1 {
	font-size: 36px;
}

.swiper-container .swiper-slide .text1 {
	position: absolute;
	width: 50%;
	height: 30%;
	top: 90%;
	left: 10%;
	color: #fff;
	text-align: left;
}

.swiper-container .swiper-slide .text1 h2 {
	font-size: 40px;
	font-weight: 700;
}

.title4 h3 {
	font-size: 30px;
	font-weight: 700;
}

.title4 {
	padding-bottom: 30px;
}

.project_img4 {
	/*padding: 0 0.5%;*/
}

.project_img4 .img_c {
	width: 32%;
	position: relative;
	margin-right: 1.25%;
	margin-top: 1.25%;
}

.project_img4 .img_c:nth-child(3n) {
	margin-right: 0;
}

.project_img4 h6 {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.explain {
	margin-top: 100px;
}

.explain .content {
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_title{
	width: 100%;
}

.explain_l {
	width: 70%;
	padding-bottom: 40px;
	margin-top: 40px;
}

.explain_r {
	width: 20%;
}

.explain_x {
	width: 1px;
	background-color: #e7e7e7;
}

.explain_l p {
	font-size: 16px;
	font-weight: 500;
	/*修改*/
	/*margin-top: 40px;*/
	/*修改*/
	line-height: 25px;
}

.explain_r p {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;

}

.magazine_img.publtcation_img>.img_c {
	width: 16.5%;
	margin-right: .2%;
	border: 1px solid #e1e1e1;
}

.magazine_img.publtcation_img>.img_c:last-child {
	margin-right: 0;
}

.img_c video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img_c .bf {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	padding-left: 10px;
	display: block;
}


.magazine_v>.img_c {
	width: 32.5%;
	margin-right: 1.25%;
	border: 0px;
}

.magazine_v>.img_c:nth-child(3) {
	margin-right: 0;
}

.sunyat_c {
	justify-content: space-between;
	margin-top: 50px;
}

.sunyat_l {
	width: 50%;
	overflow: hidden;
}

.sunyat_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.sunyat_l img:hover {
	transform: scale(1.1);

	-ms-transform: scale(1.1);
}

.sunyat_r {
	width: 45%;

}

.sunyat_r h6 {
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 30px;
	text-align:justify;
}

.sunyat_r img {
	width: 100%;
}

.team_c {
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team_click {
	align-items: center;
	margin-top: 30px;
	margin-right: .8%;
	width: 32%;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: center;
}

.team_l {
	border-radius: 50%;
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin-right: 20px;
	overflow: hidden;

}

.team_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

/* .team_l img:hover {
	transform: scale(1.1);

	-ms-transform: scale(1.1);
} */

.team_r h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

.team_r p {
	font-size: 17px;
	line-height: 34px;
}

.team_cc {

	background-color: #fff;
	width: 50vw;
	height: 60vh;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin-left: -25vw !important;
	margin-top: -30vh !important;
	position: fixed !important;
	position: absolute;
	display: none;
	border-radius: 5px;
}

.team_cr {
	float: right;
}

.team_cl {
	float: left;
	height: 100%;
	padding: 20px;
}

.team_cr,
.team_cl {
	width: 50%;

}

.team_cl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team_cr {
	padding-left: 30px;
	padding-top: 20px;
}

.team_cr h4 {
	border-bottom: 1px solid #666666;
	width: 150px;
}

.team_cr h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 44px;
}

.team_cr h6 {
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
}

.team_cr li {
	font-size: 14px;
	line-height: 28px;
}

.team_cc .gb {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 40px;
	height: 40px;
	left: 100%;
}

.bg {
	background-color: black;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*FF IE7*/
	filter: alpha(opacity=50);
	/*IE*/
	opacity: 0.8;
	/*FF*/
	z-index: 1;
	position: fixed !important;
	/*FF IE7*/
	position: absolute;

}

.awards {
	margin-top: 50px;
}

.awards .img_c {
	width: 24.7%;
	margin-right: .4%;
}

.awards .img_c:nth-child(4n) {
	margin-right: 0%;
}

.awards .img_c .black {
	height: 60px;
	padding: 15px 0;
	bottom: 0;
	top: auto;

}

.awards .img_c .black h5 {
	font-size: 22px;
}

.partners {
	margin-top: 50px;
}
.partners2 {
	margin-top: 20px;
	display: none;

}
.partners2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.partners img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.office_c {
	height: 772px;
	width: 24.8%;
	margin-right: 0.25%;
	flex-flow: column;
	justify-content: space-between;
}

.office_c:nth-child(2n) {
	flex-flow: column-reverse;
}

.office_c:nth-child(4) {
	margin-right: 0;
}

.ottice_t {
	height: 39.5%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ottice_t img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.ottice_t .black1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .5);
}

.office {
	margin-top: 50px;
}

.ottice_t:hover .black1 {
	display: block;
}

.ottice_b {
	height: 60%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ottice_b img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}

.ottice_b:hover img {
	transform: scale(1.1);

	-ms-transform: scale(1.1);
}
.ottice_t:hover .black1 {
	display: block;
}
.ottice_t:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.ottice_b .black1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .5);
}

.ottice_b:hover .black1 {
	display: block;
}

.contact {
	margin-top: 50px;
}

.contact_l {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;

}

.contact_l input {
	flex: 1;
	font-size: 18px;
	line-height: 40px;
	border: 1px solid #000;
	margin-right: 40px;
	text-align: center;

}
.contact_l input:nth-child(3){
	margin-right: 0;
}
.contact_l .w100 {
	width: 29%;
}

.contact_l textarea {
	margin-top: 40px;
	text-align: left;
	font-size: 18px;
	line-height: 40px;
	width: 100% !important;
	padding-left: 20px;
}


.contact_l a {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	line-height: 36px;
	margin-top: 20px;
	width: 15%;
	text-align: center;
	position: relative;
	left: 85%;
	border: 1px solid;
}

.contact_r {
	display: none;
	width: 45%;
	margin-left: 5%;

}

.contact_r p {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}

.marketing,.business_l {
	text-align: center;
	justify-content: start;
	align-items: center;
	margin-top: 0px;
}

.marketing p,
.business_l p {
	display: inline-block;
	font-size: 30px;
	margin-left: 40px;
}

.marketing img,
.business_l img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.marketing p span {
	font-size: 20px;
}

.kuang {
	margin-top: 40px;
	width: 100%;
	/* height: 10px; */
}

.business {
	margin-top: 50px;
}

.business_l {
	width: 50%;
	flex-wrap: wrap;
}

/*.business_r {*/
/*	width: 45%;*/
/*	margin-left: 5%;*/
/*}*/

.business_r .ewm {
	padding-top: 0;
	margin-top: 10px;

}

.business_r .ewm .ewm_c p {
	color: #000;
	font-size: 10px;
}

.join {
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
}

.join_div {
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
	width: 48%;
	margin-top: 50px;
}

.join_img {
	width: 20%;
}

.join_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join_r {
	width: 75%;
	margin-left: 5%;

}

.join_r h5 {
	font-size: 20px;
	font-weight: 700;
}

.join_r p {
	font-size: 14px;
	margin-top: 20px;
	font-weight: 600;
}

.join_r div {
	margin-top: 30px;
	align-items: flex-end;
}

.join_r div table {
	text-align: left;
	width: 80%;
	font-size: 14px;
	line-height: 28px;
}

.join_r div a {
	font-size: 16px;
	background-color: #000;
	color: #fff;
	width: 15%;
	text-align: center;
	margin-left: 5%;
	line-height: 32px;
	height: 32px;
}

.media_l {
	width: 75%;
}

.media_r {
	width: 20%;
	margin-left: 5%;
}

.media_l h6 {
	font-size: 12px;
	color: #a7a7a7;
	margin-top: 10px;
}

.media_l h5 {
	font-size: 30px;
	color: #000;
	margin-top: 20px;
}

.media_l p {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

.media_l .xian1 {
	margin-top: 20px;
	background-color: #eee;
	width: 100%;
	height: 1px;
}

.media_ex {
	justify-content: space-between;

}

.media_ex p span {
	margin: 0 15px;
}

.media_ex p img {
	display: inline-block;
	width: 20px;
	height: 20px;
	object-fit: cover;
}

/*.media_r {*/
/*	border: 1px solid #000;*/
/*}*/

.media_r img {
	object-fit: cover;
	width: 230px;
	height: 115px;
	margin-top: 72px;

}

.media_cover .content {
	width: 50%;
	/*min-height: 50vh;*/
}

.media_div {
	margin-top: 50px;
}

.sort {
	width: 100%;
	margin-top: 50px;

}

.sort ul {
	justify-content: flex-end;
	width: 100%;
}

.sort ul li {
	padding: 10px 25px;
	color: #666;
	font-size: 16px;
}

.magazine {
	margin-top: 50px;
	flex-wrap: wrap;
}

.magazine_div {
	width: 22%;
	border: 1px solid #e1e1e1;
	position: relative;
	margin-right: 4%;
	margin-top: 50px;
	overflow: hidden;
}

.magazine_div:nth-child(4n) {
	margin-right: 0;
}

.magazine_div:hover img {

	transform: scale(1.1) !important;
}

.magazine_div img {
	transition: all 0.6s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.magazine_div .magazine_black {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	position: absolute;

	display: none;
}

.magazine_div .magazine_black p {
	font-size: 14px;
	color: #fff;
	margin-top: 100%;
	text-align: center;

}

.magazine_div:hover .magazine_black {
	display: block;
}

.down {
	position: absolute;
	width: 110%;
	left: 0px;
	z-index: 999;
	background-color: rgba(0, 0, 0, .5);
	top: 100%;
	display: none;
}

.header .nav ul li .down li {
	margin: 0;
	padding: 10px 10px 10px 20px;

}

.header .nav ul li:hover .down {
	display: block;
}

@media(max-width: 2134px) {
	.team_l {
		width: 120px;
		height: 120px;
	}
}

@media(max-width: 1854px) {
	.team_l {
		width: 80px;
		height: 80px;
	}

	.team_r h5 {
		font-size: 16px;
	}

	.team_r p {
		font-size: 14px;
	}

	.team_click {
		/* width: 24.7%; */
		width: 31%;
		margin-right: 0.4%;
	}

	.team_click:nth-child(4n) {
		margin-right: 0;
	}
}

@media(max-width: 914px) {
.team_l img{
    width: 100%;
    height: auto;
}
.team_r{
    width: 80%;
    text-align: center;
}
.team_l {
		width: 80%;
		height: auto;
	}
	.team_click {
		width: 50%;
		margin-right: 0;
	}

	.team_click:nth-child(4n) {
		margin-right: 0;
	}

	.team_click:nth-child(3n) {
		margin-right: 0;
	}
}



.nav-iphone-ul {
	display: none;
}

.nav-iphone {
	display: none;
}

.header .content {
	padding: 10px !important;
}
.zhaopin-iphone img{
	width:24px;

	object-fit: contain;
}
.map img{
	width: 100%;
}
.pro_title1{
	display: none;
}
.pro_title1 h2{
	font-size: 24px;
	margin: 20px 0;
	color: #3f3f3f !important;
}
pro_title1 p{
	font-size: 12px !important;
}
.project .img_c .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left:10px ;
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 45px;
    background-color: rgba(0,0,0,0.5);
}
.project .img_c:hover .tit{
    display: none;
}
@media (max-width:768px) {
	/*添加*/
	.img_c img {


		height: 100%;

	}
    .business1{
	display: block !important;

}
	.project .img_c .tit{
		font-size: 15px;
	}
	.ex_sp{
		font-weight: 900;
	}
	.pro_title{
		display: none;
	}
	.pro_title1{
		display: block;
	}
	.ewm_img img{
		width: 100%;
	}
	.ewm .ewm_c {
		margin-right: 5%;
	}
	.ewm{
		display: none;
	}
	.ewm1{
		display: flex;
		justify-content: space-around;
	}
	body{
		padding-top: 50px;
	}
	.pro_title h2{
		text-align: left;
	}
	.text-lang p{
		font-size: 12px;
		line-height: 24px;
	}

	.img_c {
		margin-right: 10px !important;

	}

	/*.ewm {*/
	/*	display: none;*/
	/*}*/
	.bghj_s{
		display: block;
	}
	.bghj_p{
		display: none;

	}
	.foot_data,
	.backups {
		flex-wrap: wrap;
		padding-top: 7px;
	}

	.foot_data,
	.backups {
		margin-top: 15px;
	}
	.sort ul{
		justify-content: center;
	}

	.publtcation_img {
		justify-content: space-between;
	}

	.news_flex .news_c {
		width: 100%;
	}

	.news_c .news_r h2 {
		font-size: 22px;
		font-weight: 700;
		margin-top: 30px;
	}

	.news_c .news_r h5 {
		font-size: 20px;
		font-weight: 700;
	}

	.news_c .news_r p {
		font-size: 12px;
	}

	.news_c .news_r {
		padding-top: 2%;
		padding-left: 8px;
		width: 60%;
		box-shadow: 4px 4px 8px rgb(0 0 0 / 15%);
	}
	/*.publtcation .magazine_v .video_c:last-child{*/
	/*	display: none;*/
	/*}*/
	.news_flex .news_c {
		margin-bottom: 20px;
		display: block;
	}

	.swiper-container .swiper-slide .text h5 {
		font-size: 14px;
		margin-top: 10px;
	}

	.swiper-container .swiper-slide .text h1 {
		font-size: 18px;
	}

	.content .title span {
		color: #665;
		font-weight: 100;
		margin-left: 17px;
		letter-spacing: 6px;
	}

	.content .title a {
		font-size: 13px ;
	}

	.content .title h1 a{
		font-size: 19px !important;
	}

	.content .title span {
		font-size: 12px;
		margin-left: 10px;
	}

	.title {
		margin-bottom: 20px;
	}

	.news_flex {
		margin-top: 0px;
		display: block;
	}

	.nav {
		display: none;
	}

	.media_r {
		margin-left: 0px;
		width: 100%;
	}

	.media_div {
		flex-wrap: wrap;
	}

	.media_l {
		width: 100%;
	}

	.media_cover .content {
		width: 85%;
	}

	/* .content .title h1 {
		width: 75%;
	} */

	.project_img2 .img_c {
		width: 49%;
		/* margin-right: 2%; */

		padding: 0px;
		/* margin: 0px; */
		margin-top: 10px;
	}

	.project_img2 {
		justify-content: space-between;

	}

	.video_c {
		width: 100%;
		margin-top: 10px;
	}

	.publtcation {
		margin-top: 30px;
	}
	.n_banner{
	    height: 250px !important;
	    position: relative;

	}
	.project_img4 h6{
	    font-size: 16px;
	}
	.explain_l p{
	    font-size: 12px;
	    line-height: 30px;
	    margin-top:20px;
	    font-weight: 400;
	    text-align: justify;
	}
	.explain_r p{
	    font-size: 14px;
	    color:#999;
	    font-weight: 400;
	    line-height: 25px;
	    margin-top:10px;
	}
    .pro_title{
        margin-top:20px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
		color: #3f3f3f;
    }
    .content{
        width: 85%;
    }
	.office_c {
		width: 100%;
		height: auto;
	}

	.news_c .news_r p {
		padding-right: 10px;
	}

	.join {
		margin-top: 20px;
		flex-wrap: wrap;

	}

	.join_img {
		width: 100%;

	}

	.join_div {
		width: 100%;
		flex-wrap: wrap;
	}

	.join_r {
		width: 100%;
	}

	.join_r div table {
		font-size: 12px;
	}

	.join_r div a {
		font-size: 12px;
		background-color: #000;
		color: #fff;
		width: 17%;
		padding: 3px;
		/* text-align: center; */
		margin-left: 2%;
		line-height: 29px;
		height: 32px;
	}

	.join_r div {
		margin-top: 15px;
	}

	.join_div {
		padding-bottom: 35px;
		margin-top: 40px;
	}

	.join_r {
		margin-top: 10px;
	}

	/* .content .title h1 {
		width: 100%;
	} */

	.content {
		flex-wrap: wrap;
	}

	.contact_l {

		width: 100%;
		flex-flow: column;
	}


	.contact_r {
		display: none;
	}

	/* .content .title h1 {
		width: 100%;
	} */

	.content .title h1 {
		font-size: 18px !important;
	}

	.content .title h1 br{
		display: block;
	}
	.marketing p,
	.business_l p {
		margin-left: 0px;
	}

	.business_l {
		width: 100%;
	}

	.business {
		display: block;
	}

	.magazine_div:hover img {
		transform: scale(1.1);
	}

	.marketing p,
	.business_l p {
		font-size: 18px;
	}

	.marke {
		display: block;
	}

	.marketing {
		display: block;
	}

	.marketing img,
	.business_l img {
		width: 45px;
		height: 45px;
	}

	.sunyat_r h6 {
		font-size: 13px;
	}

	.sunyat_l {
		width: 100%;
	}

	.sunyat_r {
		width: 100%;
	}

	.sunyat_c {
		flex-wrap: wrap;
	}

	.awards .img_c {
		width: 49%;

	}

	.awards .img_c:nth-child(2n) {
		margin-right: 0px;
	}

	.awards .img_c .black h5 {
		font-size: 15px;
	}

	/* .content .title h1 {
		width: auto;
	} */

	.sunyat_c {
		justify-content: space-between;
		margin-top: 25px;
	}


	.img_c {
		width: 49.5%;
		margin-bottom: 1%;
		/*margin-right: 1% !important;*/
		margin-top: 0px !important;
	}

	.img_c:nth-child(2n) {
		margin-right: 0px !important;
	}



	.news {
		margin-top: 30px;
	}

	.project_img {
		justify-content: start;
	}

	.explain_x {
		display: none;
	}

	.explain_l {
		width: 100%;
		color: #3f3f3f;
	}

	.explain_r {
		padding-bottom: 20px;
		margin-bottom: 20px;
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
	}

	.swiper-container .swiper-slide .text1 h2 {
		font-size: 20px;
	}

	.explain {
		margin-top: 0px;
	}

	.project {
		margin-top: 30px;
	}

	.project_img4 .img_c {
		width: 100%;
	}


	.nav-iphone {
		display: block;
	}

	.nav-iphone img {
		object-fit: contain;
		width: 20px;
	}

	.nav-iphone-ul {
		width: 100%;
		text-align: center;
		margin-top: 15px;
		padding-bottom: 15px;
	}

	.nav-iphone-ul li {
		margin-top: 8px;
	}

	.nav-iphone-ul a {
		font-size: 17px;
		color: white;
	}

	.nav-iphone-ul li:hover {
		background: rgb(255 254 254 / 50%);
	}

	.nav-iphone-ul-chi a {
		font-size: 13px;
	}

	.nav-iphone-ul-chi ul {
		display: none;
	}

	header {
		height: auto;

	}

	header .content {
		height: 50px;
	}

	.logo img {
		width: 70px;
	}

	.xiangmulebie:hover ul {
		/* display: block; */
	}

}

.project_img2 {
	margin-top: 50px;
}

.project_img {
	margin-top: 50px;
}

.gailianxiwomen {
	justify-content: center;
}

.title h1 a {
	font-size: inherit !important;
}
/*修改*/
.news_c .news_r p {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 50px;
	line-height: 25px;
	/*letter-spacing: 2px;*/
	float: left;
	width: 80%;
	margin-bottom: 20px;
}

.team_r h3 {
	color: #808080 !important;
}

.active-li {
	color: white !important;
	background: rgb(128, 128, 128, .5);
}

.sort li:hover {

	background: rgb(128, 128, 128, .5);
}

.sort li:nth-child(2n):hover {
	background: none;
}

.zhaopin-ul-li-ul-li {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid;

	color: #666655;
}

.active-div {
	padding: 100px;
	font-size: 18px;
	width: 100%;
	font-weight: 100;
}

.active-div p {
	width: 90%;
}

.active-div button {
	float: right;
	background: white;
	width: 100px;
	height: 30px;
	border: 1px solid black;
}

.zhaopin-div1 {
	line-height: 22px;
	width: 40%;
}

.zhaopin-div2 {
	width: 15%;
}

.zhaopin-div3 {
	width: 15%;
}

.zhaopin-div4 {
	width: 15%;
}

.zhaopin-ul li ul li {
	border-bottom: 1px solid #EAEAEA;
}

.zhaopin-herder {
	color: #000000 !important;
	border: 0px;
	background: #EAEAEA;
}

.active-div button {
	margin-top: 60px;
}

.zhaopin-active {
	display: none;
}

@media (max-width:1600px) {
	.content .title h1 {
		font-size: 40px;
	}

	.news_c .news_r h2 {
		font-size: 20px;
	}

	.media_l h5 {
		font-size: 20px;
	}

	.news_c .news_r h5 {
		font-size: 18px;
	}

	.marketing img,
	.business_l img {
		width: 40px;
		height: 40px;
	}

	.marketing p,
	.business_l p {
		font-size: 25px;
	}
}

.topbtn {
	position: fixed;
	bottom: 3%;
	right: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: black;
	width: 48px;
	height: 48px;
	border-radius: 45px;
	z-index: 9999;
	border: 1px solid black;
	cursor: pointer;
}

.topbtn img {
	width: 24px;
	height: 24px;
	object-fit: contain;

}

.news5-context {
	width: 100%;
	margin: 0 auto;
}

.text-lang {
	width: 90%;
	height: 240px;
	border: 0px;
	padding: 10px;
	resize: none;
	font-size: 18px;
	height: calc(55vh - 150px);
	overflow: auto;
}
.text-lang p{
	font-size: 14px;
	line-height: 28px;
}

.team_cl {
	width: 40%;
}

.team_cr {
	width: 60%;
}

.team_cr h4,
h6 {
	padding: 10px;
}

.team_cl img {
	padding: 10px;
}

.media_l2 {
	width: 100%;
}

.media_r2 img {
	width: 100%;
}

.media_l2 h5 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.media_l2 h6 {
	color: #6F6F6F;
	font-size: 16px;
}

.media_l2 p {
	font-size: 16px;
	line-height: 28px;
	text-indent: 32px;
}

.video-div {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.8);

	justify-content: center;
	align-items: center;
}

.video-div video {
	/* position: relative; */
	/*修改*/
	/*width: 80%;*/
	width: 90vh;
	height: auto;
	object-fit: cover;

	/* left: 25%; */
	/* top: 10%; */
}

.video_c.img_c .video-div img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.video-div div {
	display: flex;
	justify-content: center;

}

textarea::-webkit-scrollbar {
	width: 4px;
	background-color: rgba(240, 240, 240, 1);
}

/* 滚动条的设置 */
textarea::-webkit-scrollbar-thumb {

	border-radius: 5px;
	box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.3);
}

.iphone {
	display: none;
}

.news5-context .project_img {
	width: 50%;
	margin: 50px auto;
}
.pc_map{
        display: block;
    }
    .mobile_map{
        display: none;
    }
	.beian img{
		float: left;
		margin-top: 2px;
		width: 15px;
		height: 15px;
	}
@media (max-width:768px) {
	.img_c img {

		width: 100%;

		height: 60vw;
	}
    .pc_map{
        display: none;
    }
    .mobile_map{
        display: block;
    }
	.ewm_c1{
		display: none;
	}
	.title_h4{
		font-weight: 600;
		font-size: 14px !important;
	}
	.img_d{
		display: none;
	}
	.disno{
		display: none;
	}
	.partners{
		display: none;
	}
	.partners2{
		display: block;
	}
	.img_c .black {
		/*background-color: transparent;*/
		display: none;
	}
	.text-lang p{
		font-size: 12px;line-height: 24px;
	}
	.project_c{

		height: 63vw;
	}
	.project_c .swiper-container{
		height: 100%;
	}
	.team_c,.partners{
		margin-top: 0;
	}
	.team_click:first-child{
		margin-top: 0;
	}
	.zhaopin-ul-li-ul-li{
		font-size: 12px;
		line-height: 24px;
	}
	.active-div {
		width: 100%;
		padding: 0px;
	}

	.active-div p {
		width: 100%;
	}

	.active-div button {

		float: none;
	}

	.contact_l a {
		left: 0;
		width: 100%;
	}

	.contact_l input {
		text-align: start;
		padding-left: 5%;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0px;
		font-size: 12px;
		line-height: 24px;
		border: #ccc 1px solid;
	}

	.contact_l .w100 {
		width: 100%;
	}

	.contact_l textarea {
		text-align: start;
		padding-left: 5%;
		height: 6.5rem;
		border: #ccc 1px solid;
		margin-top: 0;
		font-size: 12px;
		line-height: 24px;
	}
	.contact_l a{
		margin: 20px auto;
		width: 50%;
		border: #ccc 1px solid;
		font-size: 12px;
	}

	.marketing,
	.business_l {
		margin-top: 25px;
	}
	.marketing>img{

		display: none;
	}
.marketing, .business_l{
	justify-content: start !important;
}
	.business_l > img{

		display: none;
	}
	.marketing p,
	.business_l p,.marketing p span {
		font-size: 12px !important;
	}
	.business{
		margin-top: 0px;
	}
	.marketing,
	.business_l {
		display: flex !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.project_img {
		margin-top: 0rem;
	}

	.magazine_img.publtcation_img>.img_c {
		width: 48%;
		/*border: 0;*/
	}

	.publtcation_img>.img_c .black h5 {
		font-size: 12px;
	}

	.sort ul li {
		padding: 8px 5px;
		color: #666;
		font-size: 16px;
	}

	.magazine_div {
		width: 49%;
		border: 1px solid #e1e1e1;
		position: relative;
		margin-right: 1%;
		margin-top: 1%;
		overflow: hidden;
	}

	.magazine_div:nth-child(2n) {
		margin-right: 0px;
	}

	.magazine {
		justify-content: start;
		margin-top: 25px;
	}

	.img_c .bf {
		width: 50px;
		height: 50px;
	}

	.sort ul li {
		font-size: 14px;
	}

	.sort {
		margin-top: 25px;
	}

	.video-div img {
		width: 34px;
		position: absolute;
		height: 34px;
		object-fit: contain;
		top: 29%;
		left: 90%;
	}

	.video-div video {
		width: 100%;
	}

	.team_cc .gb {
		position: absolute;
		top: -40px;
		right: 10px;
		width: 40px;
		height: 40px;
		left: 89%;
	}

	.team_cr {
		margin-left: 0px;
	}

	.team_cc {
		background-color: #fff;
		width: 90%;
		height: auto;
		z-index: 999;
		left: 5%;
		top: 20%;
		margin-left: 0px !important;
		margin-top: 0px !important;
		position: fixed;
		border-radius: 5px;
	}

	.pc {
		display: none;
	}

	.iphone {
		display: block;
	}

	.team_cr {
		padding-left: 0px;
	}

	.text-lang {

		font-size: 13px;
	}

	.swiper-container {
		height: 30vh;
	}

	.img_c .black h5 {
		font-size: 18px;
	}

	.news_c .news_l {
		display: none;
	}

	.news_c .news_r {
		width: 100%;
		position: relative;
	}

	.news_c .news_r h2 {
		margin-top: 0px;
		font-size: 18px;
		font-weight: 400;
		width: 85%;
	}

	.news_c .news_r h5 {
		font-size: 12px;
		display: none;
	}

	.news_c .news_r h2 {
		min-height: 0;
		padding-right: 0;
	}
	.news_c .news_r p {
		margin-top: 15px;
		padding-right: 0px;
		color: #808080;
		color: #b8b8b8;
		line-height: 24px;

		    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
		min-height: 0;
		width: auto;
	}
.footer{
    margin-top:30px;
}
	.news_c .news_r {
		box-shadow: none;
		padding-bottom: 15px;
		padding-left: 0;
	}

	.news_c .news_r a {
		padding: 1px;
		background-color: #000;
		width: 20px;
		height: 20px;
		display: inline-block;
		margin-top: 9px;
		float: right;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}

	 .n_banner{

    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 25px;/* 设置按钮大小 */
  }
.img_c .black p{
    font-size: 14px;
}
	.news_r {
		border-bottom: 1px solid #ccc;
	}
.title4 h3{
    font-size: 14px !important;
	color: #3f3f3f!important;
}
.project_img4 h6{
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
	.foot_data,
	.backups {
		justify-content: start;
		font-size: 12px;

	}
.foot_data{
    padding-top: 20px;
    display: block;
    text-align: left;
}
.foot_data p{
    font-weight: 400;

}
.header{
    position: fixed !important;
	top: 0;
}
	.news5-context .project_img {
		width: 90%;
		margin: 20px;
	}

	.yema {
		display: block !important;

	}

	.yema ul {
		width: 70%;
		margin: 10px auto;
		justify-content: space-around;
		align-items: center;
		display: flex;
	}

	.yema li {
		display: flex;
		justify-content: center;
		align-items: center;

		color: #808080;
		width: 25px;
		height: 25px;
	}

	.active-yema {
		background: #000000;
		color: white !important;
	}

	.yema a {
		color: inherit;
	}
	.news_c .news_r span{
		width: 15px;height: 15px;
		padding: 0;
		/* display: none; */
		position: absolute;
		right: 0;
		top: 10%;
		margin-top: 0;
	}
	.content .title {
		justify-content: space-between;
		align-items: end;
		/* flex-flow: column; */
		align-items: center;
	}
	.content .title.xmlb{
		flex-flow: column;

		align-items: end;
	}
	.media_div .media_r>img {
		display: none;
	}
	.media_div.media_div1 .media_r>img {
		display:none;
	}

	.media_r {
		border: 0px;
	}

	.media_l h5 {
		font-size: 18px;
	}
.media_l p{
    font-size: 12px;
    line-height: 24px;
    color: #b8b8b8;
        display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
	.media_l>h6 {
		display: none;
	}

	.media_div {
		margin-top: 0;
	}

	.media_l2 h5 {
		font-size: 20px;
	}

	.media_l2 p {
		font-size: 14px;
	}

	.media_l2 h6 {
		font-size: 14px;
	}

	.title p {
		font-size: 12px;
	}
	.project_img .img_c {
		    width: 100%;
		    margin-right: 0 !important;


	}
	.title1 {
		flex-wrap: wrap;
	}
	.title-contact h1{
		width: 100% !important;
	}
	.ss {
		width: 100%;
		margin-top: 25px;
	}

	.ss img {
		width: 30px;
		height: 30px;
		/*bottom: 13px;*/
	}

	.ss input {
		height: 30px
	}

	.project_img3 {
		width: 90%;
		margin: auto;
	}
.project_img2 .img_c .black p{
    margin-top:5px;
}
	.project_img3 .img_c {
		margin-right: 2%;
	}

	.project_img3 .img_c:nth-child(2n) {
		margin-right: 0px !important;
	}

	.project_img2 .img_c .black h5 {
		font-size: 16px;
		padding-top: 30%;
	}

	.pc {
		display: block;
	}

	.iphone {
		display: none;
	}
	.team_click{
		width: 100%;
		justify-content: end;
		border-bottom: 1px solid #ededed;
		padding: 10px 0 20px;
		margin: 10px 0;
	}
	.team_r{
		width: 45%;
		text-align: left;
	}
	.team_l{
		width: 40%;
		border-radius: 0;
		margin-right: 5%;
	}

.publtcation_img .img_c{
    width: 49% !important;
    margin-right: 1% !important ;
}

	.magazine_v>.img_c {
		width: 100% !important;
		margin-right:0 !important ;
	}
	.zhaopin-div3{
		display: none;
	}
	.zhaopin-div4{
		display: none;
	}
	.zhaopin-iphone{
		width: 24px;
		height: 24px;
		display: block;
	}
	.zhaopin-iphone img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.zhaopin-ul-li-ul-li div p{
		font-size: 12px;
	}
}

.pc {
	width: 100%;
	height: 100%;
}

.yema li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808080;
    width: 25px;
    height: 25px;
	background-color: gainsboro;
	/*修改*/
	margin-right: 10px;
}
.active-yema {
    background: #000000;
    color: white !important;
}
.yema .active {
	background: #000000;
	color: white !important;
}
/*修改*/
.yema ul {
    width: 70%;
    margin: 10px auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.yema {
    display: block !important;
	width: 50%;
	margin: 30px auto;
}
.swiper-container-map {
	height: 60vh !important;
}
.yema a {
    color: inherit;
}
.yema li:first-child a{
	padding-bottom: 2px;
}
.yema li:last-child a{
	padding-bottom: 2px;
}

.amap-controls {
	display: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	color:#fff;
}
@media (max-width: 460px) {
	.swiper-container .swiper-slide .text{
		top: 40%;
	}
}
.gb{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 100%;
	top: -35px;
}
.img_click{
	width: 25vw;
	top: 50%;
	left: 40%;
	position: fixed;
	display: none;
	z-index: 111;
}
.img_click2 img{
	width: 100%;
}

.explain_r span{
	color: #3f3f3f;
	font-size: 12px
	;
}
.explain_r .ex_p{
	margin-bottom: 20px;
}
.ex_sp1{
	font-size: 14px;
	color: #fff !important;
	font-weight: 600;
	background-color: #3f3f3f;
	padding: 2px;
}
.ewm2{
	display: flex;
	justify-content: space-around;
}
.ewm_img{
	width: 114px;
	height: 104px;
	margin: 0 auto;

}
.ewm_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;

}
.business1{
	display: flex;
	padding-bottom: 50px;
	border-bottom: 1px solid #c3c3c3;
}

@media (max-width: 768px){
	.ewm_img{
		width: 100%;
		height: 104px;

	}
}

@media (max-width: 1600px){
	.img_c .black h5 {
		font-size: 20px;

	}
}
